home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMGETPASSWORD / TFMGETPASSWORD.txt
Text File  |  2004-09-09  |  2KB  |  91 lines

  1. object fmGetPassword: TfmGetPassword
  2.   Left = 475
  3.   Top = 401
  4.   HelpContext = 860
  5.   BorderStyle = bsDialog
  6.   Caption = 'Password Required'
  7.   ClientHeight = 104
  8.   ClientWidth = 338
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object laPassword: TLabel
  22.     Left = 8
  23.     Top = 32
  24.     Width = 128
  25.     Height = 13
  26.     Caption = 'Please enter the &password:'
  27.     FocusControl = edPassword
  28.   end
  29.   object laFile: TLabel
  30.     Left = 8
  31.     Top = 8
  32.     Width = 19
  33.     Height = 13
  34.     Caption = 'File:'
  35.   end
  36.   object laFileName: TLabel
  37.     Left = 32
  38.     Top = 8
  39.     Width = 217
  40.     Height = 13
  41.     AutoSize = False
  42.   end
  43.   object edPassword: TEdit
  44.     Left = 8
  45.     Top = 48
  46.     Width = 241
  47.     Height = 21
  48.     MaxLength = 100
  49.     TabOrder = 0
  50.   end
  51.   object buOK: TButton
  52.     Left = 256
  53.     Top = 8
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&OK'
  57.     Default = True
  58.     TabOrder = 1
  59.     OnClick = buOKClick
  60.   end
  61.   object buCancel: TButton
  62.     Left = 256
  63.     Top = 40
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 2
  69.   end
  70.   object ckMask: TCheckBox
  71.     Left = 8
  72.     Top = 80
  73.     Width = 97
  74.     Height = 17
  75.     Caption = '&Mask Password'
  76.     Checked = True
  77.     State = cbChecked
  78.     TabOrder = 4
  79.     OnClick = ckMaskClick
  80.   end
  81.   object buHelp: TButton
  82.     Left = 256
  83.     Top = 72
  84.     Width = 75
  85.     Height = 25
  86.     Caption = '&Help'
  87.     TabOrder = 3
  88.     OnClick = buHelpClick
  89.   end
  90. end
  91.